'Declaration<DispIdAttribute(39)> Function GetCharacterLeft( _ ByVal OCRResultID As String, _ ByVal CharacterIdx As Integer _ ) As Integer
[DispId(39)] int GetCharacterLeft( string OCRResultID, int CharacterIdx )
function GetCharacterLeft(
OCRResultID: String;
CharacterIdx: Integer
): Integer;
DispIdAttribute(39) function GetCharacterLeft( OCRResultID : String, CharacterIdx : int ) : int;
[DispId(39)] int GetCharacterLeft( string* OCRResultID, int CharacterIdx )
[DispId(39)] int GetCharacterLeft( String^ OCRResultID, int CharacterIdx )
Parameters
- OCRResultID
- CharacterIdx